home *** CD-ROM | disk | FTP | other *** search
/ The 50th Anniversary of …National Assembly Library / The 50th Anniversary of the National Assembly Library.iso / bal.dxr / 00029.ls < prev    next >
Encoding:
Text File  |  2002-02-18  |  230 b   |  16 lines

  1. global paybu, pausebu
  2.  
  3. on startMovie
  4.   repeat with tt = 15 to 18
  5.     sprite(tt).visible = 0
  6.   end repeat
  7.   pausebu = 1
  8.   the idleLoadMode = 3
  9.   the idleLoadPeriod = 0
  10.   the preloadEventAbort = 1
  11. end
  12.  
  13. on idle
  14.   preloadMember()
  15. end
  16.